home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
programr
/
ptrp25dm.zip
/
TEST4.TRP
< prev
next >
Wrap
Text File
|
1995-01-17
|
170b
|
8 lines
procedure main
local
variable : real;
endvar
variable := 5 + cos(0);
writeln("The Variable : ", variable)
endproc